home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / jrbut2.zip / SETHOME.TXT < prev    next >
Text File  |  1992-05-07  |  3KB  |  71 lines

  1.                ┌───────────────────────────────────────┐
  2.                │            David's Utilities          │
  3.                │       (c) 1987-90, David Harris.      │
  4.                └───────────────────────────────────────┘
  5.  
  6.  
  7. This readme file documents those utilities in this collection which are
  8. specifically aware of Novell NetWare (tm), and are designed to use its
  9. features directly. This is at present the main thrust of my development,
  10. so there are likely to be other such programs made freely available as
  11. time passes.
  12.  
  13. As with the other programs in this collection, you are welcome to copy
  14. and give away these tools, but please don't sell them.
  15.  
  16.  
  17. ┌──────────────────────────────────────────────────────────────────────┐
  18. │   Sethome.exe                                                        │
  19. └──────────────────────────────────────────────────────────────────────┘
  20.     Usage:   sethome <username> <directory>
  21.  
  22. Sethome adds a HOME_DIR property to the bindery entry of a user,
  23. consisting of the fully expanded path to a user's home directory on
  24. the file server. The full name is in the general form <VOL>:<PATH>
  25. and can be any directory on the server. Using Sethome is a necessary
  26. prelude to using HOME. Only SUPERVISOR-equivalent users can normally
  27. create a HOME_DIR property, but once one exists, the user who owns it
  28. can modify it.
  29.  
  30.  
  31. ┌──────────────────────────────────────────────────────────────────────┐
  32. │   Home.exe                                                           │
  33. └──────────────────────────────────────────────────────────────────────┘
  34.     Usage:   home [username] [/M]
  35.  
  36. Home looks at the bindery entry for the specified user, or for the
  37. logged user if none is specified, searching for a HOME_DIR property,
  38. as created by Sethome. If the property exists, Home changes to the
  39. directory it names. If the user is logged to a network drive, the
  40. directory is changed on that drive; if the user is logged to a local
  41. drive, Home changes to the first Network drive and sets the directory
  42. there. Note that the user might not have rights to another user's
  43. home directory, at which point Home will issue an error message and
  44. perform no change.
  45.  
  46. Home [username] /M changes to the logged or specified user's mail
  47. directory. This can be useful for retrieving files from Pegasus Mail,
  48. which works in the mail directory. No HOME_DIR property need exist
  49. for Home /M to work, but the only users other than the owner with
  50. rights in SYS:MAIL/DIR should normally be SUPERVISOR-equivalent
  51. users.
  52.  
  53.  
  54.  
  55. About David's Utilities:
  56. ------------------------
  57. These programs were all written using Turbo-C (version 1.5, 2.0
  58. or Turbo C++) and varying (small) amounts of assembly language.
  59. The NetWare-aware programs use functions from the Novell NetWare C
  60. Interface Libraries.
  61.  
  62. If you encounter problems with these programs, or if you have
  63. suggestions on ways to improve them, please contact:
  64.  
  65.     David Harris, P.O. Box 5451, Dunedin, New Zealand.
  66.     e-mail:   david@otago.ac.nz
  67.     BIX (Byte Information Exchange):   dave_h
  68.  
  69. The Postal address is guaranteed to be good until at least 1993.
  70.  
  71.